home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / php / extras / mibs / SNMPv2-MIB.txt < prev    next >
Text File  |  2005-03-30  |  26KB  |  753 lines

  1. SNMPv2-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE,
  5.     TimeTicks, Counter32, snmpModules, mib-2
  6.         FROM SNMPv2-SMI
  7.     DisplayString, TestAndIncr, TimeStamp
  8.         FROM SNMPv2-TC
  9.     MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP
  10.         FROM SNMPv2-CONF;
  11.  
  12. snmpMIB MODULE-IDENTITY
  13.     LAST-UPDATED "9511090000Z"
  14.     ORGANIZATION "IETF SNMPv2 Working Group"
  15.     CONTACT-INFO
  16.             "        Marshall T. Rose
  17.  
  18.              Postal: Dover Beach Consulting, Inc.
  19.                      420 Whisman Court
  20.                      Mountain View, CA  94043-2186
  21.                      US
  22.  
  23.                 Tel: +1 415 968 1052
  24.  
  25.              E-mail: mrose@dbc.mtview.ca.us"
  26.     DESCRIPTION
  27.             "The MIB module for SNMPv2 entities."
  28.     REVISION      "9304010000Z"
  29.     DESCRIPTION
  30.             "The initial revision of this MIB module was published as
  31.             RFC 1450."
  32.     ::= { snmpModules 1 }
  33.  
  34. snmpMIBObjects OBJECT IDENTIFIER ::= { snmpMIB 1 }
  35.  
  36. --  ::= { snmpMIBObjects 1 }        this OID is obsolete
  37. --  ::= { snmpMIBObjects 2 }        this OID is obsolete
  38. --  ::= { snmpMIBObjects 3 }        this OID is obsolete
  39.  
  40. -- the System group
  41. --
  42. -- a collection of objects common to all managed systems.
  43.  
  44. system   OBJECT IDENTIFIER ::= { mib-2 1 }
  45.  
  46. sysDescr OBJECT-TYPE
  47.     SYNTAX      DisplayString (SIZE (0..255))
  48.     MAX-ACCESS  read-only
  49.     STATUS      current
  50.     DESCRIPTION
  51.             "A textual description of the entity.  This value should
  52.             include the full name and version identification of the
  53.             system's hardware type, software operating-system, and
  54.             networking software."
  55.     ::= { system 1 }
  56.  
  57. sysObjectID OBJECT-TYPE
  58.     SYNTAX      OBJECT IDENTIFIER
  59.     MAX-ACCESS  read-only
  60.     STATUS      current
  61.     DESCRIPTION
  62.             "The vendor's authoritative identification of the network
  63.             management subsystem contained in the entity.  This value is
  64.             allocated within the SMI enterprises subtree (1.3.6.1.4.1)
  65.             and provides an easy and unambiguous means for determining
  66.             `what kind of box' is being managed.  For example, if vendor
  67.             `Flintstones, Inc.' was assigned the subtree
  68.             1.3.6.1.4.1.4242, it could assign the identifier
  69.             1.3.6.1.4.1.4242.1.1 to its `Fred Router'."
  70.     ::= { system 2 }
  71.  
  72. sysUpTime OBJECT-TYPE
  73.     SYNTAX      TimeTicks
  74.     MAX-ACCESS  read-only
  75.     STATUS      current
  76.     DESCRIPTION
  77.             "The time (in hundredths of a second) since the network
  78.             management portion of the system was last re-initialized."
  79.     ::= { system 3 }
  80.  
  81. sysContact OBJECT-TYPE
  82.     SYNTAX      DisplayString (SIZE (0..255))
  83.     MAX-ACCESS  read-write
  84.     STATUS      current
  85.     DESCRIPTION
  86.             "The textual identification of the contact person for this
  87.             managed node, together with information on how to contact
  88.             this person.  If no contact information is known, the value
  89.             is the zero-length string."
  90.     ::= { system 4 }
  91.  
  92. sysName OBJECT-TYPE
  93.     SYNTAX      DisplayString (SIZE (0..255))
  94.     MAX-ACCESS  read-write
  95.     STATUS      current
  96.     DESCRIPTION
  97.             "An administratively-assigned name for this managed node.
  98.             By convention, this is the node's fully-qualified domain
  99.             name.  If the name is unknown, the value is the zero-length
  100.             string."
  101.     ::= { system 5 }
  102.  
  103. sysLocation OBJECT-TYPE
  104.     SYNTAX      DisplayString (SIZE (0..255))
  105.     MAX-ACCESS  read-write
  106.     STATUS      current
  107.     DESCRIPTION
  108.             "The physical location of this node (e.g., `telephone
  109.             closet, 3rd floor').  If the location is unknown, the value
  110.             is the zero-length string."
  111.     ::= { system 6 }
  112.  
  113. sysServices OBJECT-TYPE
  114.     SYNTAX      INTEGER (0..127)
  115.     MAX-ACCESS  read-only
  116.     STATUS      current
  117.     DESCRIPTION
  118.             "A value which indicates the set of services that this
  119.             entity may potentially offers.  The value is a sum.  This
  120.             sum initially takes the value zero, Then, for each layer, L,
  121.             in the range 1 through 7, that this node performs
  122.             transactions for, 2 raised to (L - 1) is added to the sum.
  123.             For example, a node which performs only routing functions
  124.             would have a value of 4 (2^(3-1)).  In contrast, a node
  125.             which is a host offering application services would have a
  126.             value of 72 (2^(4-1) + 2^(7-1)).  Note that in the context
  127.             of the Internet suite of protocols, values should be
  128.             calculated accordingly:
  129.  
  130.                  layer      functionality
  131.                    1        physical (e.g., repeaters)
  132.                    2        datalink/subnetwork (e.g., bridges)
  133.                    3        internet (e.g., supports the IP)
  134.                    4        end-to-end  (e.g., supports the TCP)
  135.                    7        applications (e.g., supports the SMTP)
  136.  
  137.             For systems including OSI protocols, layers 5 and 6 may also
  138.             be counted."
  139.     ::= { system 7 }
  140.  
  141. -- object resource information
  142. --
  143. -- a collection of objects which describe the SNMPv2 entity's
  144. -- (statically and dynamically configurable) support of
  145. -- various MIB modules.
  146.  
  147. sysORLastChange OBJECT-TYPE
  148.     SYNTAX     TimeStamp
  149.     MAX-ACCESS read-only
  150.     STATUS     current
  151.     DESCRIPTION
  152.             "The value of sysUpTime at the time of the most recent
  153.  
  154.             change in state or value of any instance of sysORID."
  155.     ::= { system 8 }
  156.  
  157. sysORTable OBJECT-TYPE
  158.     SYNTAX     SEQUENCE OF SysOREntry
  159.     MAX-ACCESS not-accessible
  160.     STATUS     current
  161.     DESCRIPTION
  162.             "The (conceptual) table listing the capabilities of the
  163.             local SNMPv2 entity acting in an agent role with respect to
  164.             various MIB modules.  SNMPv2 entities having dynamically-
  165.             configurable support of MIB modules will have a
  166.             dynamically-varying number of conceptual rows."
  167.     ::= { system 9 }
  168.  
  169. sysOREntry OBJECT-TYPE
  170.     SYNTAX     SysOREntry
  171.     MAX-ACCESS not-accessible
  172.     STATUS     current
  173.     DESCRIPTION
  174.             "An entry (conceptual row) in the sysORTable."
  175.     INDEX      { sysORIndex }
  176.     ::= { sysORTable 1 }
  177.  
  178. SysOREntry ::= SEQUENCE {
  179.     sysORIndex     INTEGER,
  180.     sysORID        OBJECT IDENTIFIER,
  181.     sysORDescr     DisplayString,
  182.     sysORUpTime    TimeStamp
  183. }
  184.  
  185. sysORIndex OBJECT-TYPE
  186.     SYNTAX     INTEGER (1..2147483647)
  187.     MAX-ACCESS not-accessible
  188.     STATUS     current
  189.     DESCRIPTION
  190.             "The auxiliary variable used for identifying instances of
  191.             the columnar objects in the sysORTable."
  192.     ::= { sysOREntry 1 }
  193.  
  194. sysORID OBJECT-TYPE
  195.     SYNTAX     OBJECT IDENTIFIER
  196.     MAX-ACCESS read-only
  197.     STATUS     current
  198.     DESCRIPTION
  199.             "An authoritative identification of a capabilities statement
  200.             with respect to various MIB modules supported by the local
  201.             SNMPv2 entity acting in an agent role."
  202.     ::= { sysOREntry 2 }
  203.  
  204. sysORDescr OBJECT-TYPE
  205.     SYNTAX     DisplayString
  206.     MAX-ACCESS read-only
  207.     STATUS     current
  208.     DESCRIPTION
  209.             "A textual description of the capabilities identified by the
  210.             corresponding instance of sysORID."
  211.     ::= { sysOREntry 3 }
  212.  
  213. sysORUpTime OBJECT-TYPE
  214.     SYNTAX     TimeStamp
  215.     MAX-ACCESS read-only
  216.     STATUS     current
  217.     DESCRIPTION
  218.             "The value of sysUpTime at the time this conceptual row was
  219.             last instanciated."
  220.     ::= { sysOREntry 4 }
  221.  
  222. -- the SNMP group
  223. --
  224. -- a collection of objects providing basic instrumentation and
  225. -- control of an SNMP entity.
  226.  
  227. snmp     OBJECT IDENTIFIER ::= { mib-2 11 }
  228.  
  229. snmpInPkts OBJECT-TYPE
  230.     SYNTAX     Counter32
  231.     MAX-ACCESS read-only
  232.     STATUS     current
  233.     DESCRIPTION
  234.             "The total number of messages delivered to the SNMP entity
  235.             from the transport service."
  236.     ::= { snmp 1 }
  237.  
  238. snmpInBadVersions OBJECT-TYPE
  239.     SYNTAX     Counter32
  240.     MAX-ACCESS read-only
  241.     STATUS     current
  242.     DESCRIPTION
  243.             "The total number of SNMP messages which were delivered to
  244.             the SNMP entity and were for an unsupported SNMP version."
  245.     ::= { snmp 3 }
  246.  
  247. snmpInBadCommunityNames OBJECT-TYPE
  248.     SYNTAX     Counter32
  249.     MAX-ACCESS read-only
  250.     STATUS     current
  251.     DESCRIPTION
  252.             "The total number of SNMP messages delivered to the SNMP
  253.             entity which used a SNMP community name not known to said
  254.             entity."
  255.     ::= { snmp 4 }
  256.  
  257. snmpInBadCommunityUses OBJECT-TYPE
  258.     SYNTAX     Counter32
  259.     MAX-ACCESS read-only
  260.     STATUS     current
  261.     DESCRIPTION
  262.             "The total number of SNMP messages delivered to the SNMP
  263.             entity which represented an SNMP operation which was not
  264.             allowed by the SNMP community named in the message."
  265.     ::= { snmp 5 }
  266.  
  267. snmpInASNParseErrs OBJECT-TYPE
  268.     SYNTAX     Counter32
  269.     MAX-ACCESS read-only
  270.     STATUS     current
  271.     DESCRIPTION
  272.             "The total number of ASN.1 or BER errors encountered by the
  273.             SNMP entity when decoding received SNMP messages."
  274.     ::= { snmp 6 }
  275.  
  276. snmpEnableAuthenTraps OBJECT-TYPE
  277.     SYNTAX      INTEGER { enabled(1), disabled(2) }
  278.     MAX-ACCESS  read-write
  279.     STATUS      current
  280.     DESCRIPTION
  281.             "Indicates whether the SNMP entity is permitted to generate
  282.             authenticationFailure traps.  The value of this object
  283.             overrides any configuration information; as such, it
  284.             provides a means whereby all authenticationFailure traps may
  285.             be disabled.
  286.  
  287.             Note that it is strongly recommended that this object be
  288.             stored in non-volatile memory so that it remains constant
  289.             across re-initializations of the network management system."
  290.     ::= { snmp 30 }
  291.  
  292. snmpSilentDrops OBJECT-TYPE
  293.     SYNTAX     Counter32
  294.     MAX-ACCESS read-only
  295.     STATUS     current
  296.     DESCRIPTION
  297.             "The total number of GetRequest-PDUs, GetNextRequest-PDUs,
  298.             GetBulkRequest-PDUs, SetRequest-PDUs, and InformRequest-PDUs
  299.             delivered to the SNMP entity which were silently dropped
  300.             because the size of a reply containing an alternate
  301.             Response-PDU with an empty variable-bindings field was
  302.             greater than either a local constraint or the maximum
  303.             message size associated with the originator of the request."
  304.     ::= { snmp 31 }
  305.  
  306. snmpProxyDrops OBJECT-TYPE
  307.     SYNTAX     Counter32
  308.     MAX-ACCESS read-only
  309.     STATUS     current
  310.     DESCRIPTION
  311.             "The total number of GetRequest-PDUs, GetNextRequest-PDUs,
  312.             GetBulkRequest-PDUs, SetRequest-PDUs, and InformRequest-PDUs
  313.             delivered to the SNMP entity which were silently dropped
  314.             because the transmission of the (possibly translated)
  315.             message to a proxy target failed in a manner (other than a
  316.             time-out) such that no Response-PDU could be returned."
  317.     ::= { snmp 32 }
  318.  
  319. -- information for notifications
  320. --
  321. -- a collection of objects which allow the SNMPv2 entity, when
  322. -- acting in an agent role, to be configured to generate
  323. -- SNMPv2-Trap-PDUs.
  324.  
  325. snmpTrap       OBJECT IDENTIFIER ::= { snmpMIBObjects 4 }
  326.  
  327. snmpTrapOID OBJECT-TYPE
  328.     SYNTAX     OBJECT IDENTIFIER
  329.     MAX-ACCESS accessible-for-notify
  330.     STATUS     current
  331.     DESCRIPTION
  332.             "The authoritative identification of the notification
  333.             currently being sent.  This variable occurs as the second
  334.             varbind in every SNMPv2-Trap-PDU and InformRequest-PDU."
  335.     ::= { snmpTrap 1 }
  336.  
  337. --  ::= { snmpTrap 2 }   this OID is obsolete
  338.  
  339. snmpTrapEnterprise OBJECT-TYPE
  340.     SYNTAX     OBJECT IDENTIFIER
  341.     MAX-ACCESS accessible-for-notify
  342.     STATUS     current
  343.     DESCRIPTION
  344.             "The authoritative identification of the enterprise
  345.             associated with the trap currently being sent.  When a
  346.             SNMPv2 proxy agent is mapping an RFC1157 Trap-PDU into a
  347.             SNMPv2-Trap-PDU, this variable occurs as the last varbind."
  348.     ::= { snmpTrap 3 }
  349.  
  350. --  ::= { snmpTrap 4 }   this OID is obsolete
  351.  
  352. -- well-known traps
  353.  
  354. snmpTraps      OBJECT IDENTIFIER ::= { snmpMIBObjects 5 }
  355.  
  356. coldStart NOTIFICATION-TYPE
  357.     STATUS  current
  358.     DESCRIPTION
  359.             "A coldStart trap signifies that the SNMPv2 entity, acting
  360.             in an agent role, is reinitializing itself and that its
  361.             configuration may have been altered."
  362.     ::= { snmpTraps 1 }
  363.  
  364. warmStart NOTIFICATION-TYPE
  365.     STATUS  current
  366.     DESCRIPTION
  367.             "A warmStart trap signifies that the SNMPv2 entity, acting
  368.             in an agent role, is reinitializing itself such that its
  369.             configuration is unaltered."
  370.     ::= { snmpTraps 2 }
  371.  
  372. -- Note the linkDown NOTIFICATION-TYPE ::= { snmpTraps 3 }
  373. -- and the linkUp NOTIFICATION-TYPE ::= { snmpTraps 4 }
  374. -- are defined in RFC 1573
  375.  
  376. authenticationFailure NOTIFICATION-TYPE
  377.     STATUS  current
  378.     DESCRIPTION
  379.             "An authenticationFailure trap signifies that the SNMPv2
  380.             entity, acting in an agent role, has received a protocol
  381.             message that is not properly authenticated.  While all
  382.             implementations of the SNMPv2 must be capable of generating
  383.             this trap, the snmpEnableAuthenTraps object indicates
  384.             whether this trap will be generated."
  385.     ::= { snmpTraps 5 }
  386.  
  387. -- Note the egpNeighborLoss NOTIFICATION-TYPE ::= { snmpTraps 6 }
  388. -- is defined in RFC 1213
  389.  
  390. -- the set group
  391. --
  392. -- a collection of objects which allow several cooperating
  393. -- SNMPv2 entities, all acting in a manager role, to
  394. -- coordinate their use of the SNMPv2 set operation.
  395.  
  396. snmpSet        OBJECT IDENTIFIER ::= { snmpMIBObjects 6 }
  397.  
  398. snmpSetSerialNo OBJECT-TYPE
  399.     SYNTAX     TestAndIncr
  400.     MAX-ACCESS read-write
  401.     STATUS     current
  402.     DESCRIPTION
  403.             "An advisory lock used to allow several cooperating SNMPv2
  404.             entities, all acting in a manager role, to coordinate their
  405.             use of the SNMPv2 set operation.
  406.  
  407.             This object is used for coarse-grain coordination.  To
  408.             achieve fine-grain coordination, one or more similar objects
  409.             might be defined within each MIB group, as appropriate."
  410.     ::= { snmpSet 1 }
  411.  
  412. -- conformance information
  413.  
  414. snmpMIBConformance
  415.                OBJECT IDENTIFIER ::= { snmpMIB 2 }
  416.  
  417. snmpMIBCompliances
  418.                OBJECT IDENTIFIER ::= { snmpMIBConformance 1 }
  419. snmpMIBGroups  OBJECT IDENTIFIER ::= { snmpMIBConformance 2 }
  420.  
  421. -- compliance statements
  422.  
  423. --    ::= { snmpMIBCompliances 1 }      this OID is obsolete
  424.  
  425. snmpBasicCompliance MODULE-COMPLIANCE
  426.     STATUS  current
  427.     DESCRIPTION
  428.             "The compliance statement for SNMPv2 entities which
  429.             implement the SNMPv2 MIB."
  430.     MODULE  -- this module
  431.         MANDATORY-GROUPS { snmpGroup, snmpSetGroup, systemGroup,
  432.                            snmpBasicNotificationsGroup }
  433.  
  434.         GROUP   snmpCommunityGroup
  435.         DESCRIPTION
  436.             "This group is mandatory for SNMPv2 entities which
  437.             support community-based authentication."
  438.     ::= { snmpMIBCompliances 2 }
  439.  
  440. -- units of conformance
  441.  
  442. --  ::= { snmpMIBGroups 1 }           this OID is obsolete
  443. --  ::= { snmpMIBGroups 2 }           this OID is obsolete
  444. --  ::= { snmpMIBGroups 3 }           this OID is obsolete
  445. --  ::= { snmpMIBGroups 4 }           this OID is obsolete
  446.  
  447. snmpGroup OBJECT-GROUP
  448.     OBJECTS { snmpInPkts,
  449.               snmpInBadVersions,
  450.               snmpInASNParseErrs,
  451.               snmpSilentDrops,
  452.               snmpProxyDrops,
  453.               snmpEnableAuthenTraps }
  454.     STATUS  current
  455.     DESCRIPTION
  456.             "A collection of objects providing basic instrumentation and
  457.             control of an SNMPv2 entity."
  458.     ::= { snmpMIBGroups 8 }
  459.  
  460. snmpCommunityGroup OBJECT-GROUP
  461.     OBJECTS { snmpInBadCommunityNames,
  462.               snmpInBadCommunityUses }
  463.     STATUS  current
  464.     DESCRIPTION
  465.             "A collection of objects providing basic instrumentation of
  466.             a SNMPv2 entity which supports community-based
  467.             authentication."
  468.     ::= { snmpMIBGroups 9 }
  469.  
  470. snmpSetGroup OBJECT-GROUP
  471.     OBJECTS { snmpSetSerialNo }
  472.     STATUS  current
  473.     DESCRIPTION
  474.             "A collection of objects which allow several cooperating
  475.             SNMPv2 entities, all acting in a manager role, to coordinate
  476.             their use of the SNMPv2 set operation."
  477.     ::= { snmpMIBGroups 5 }
  478.  
  479. systemGroup OBJECT-GROUP
  480.     OBJECTS { sysDescr, sysObjectID, sysUpTime,
  481.               sysContact, sysName, sysLocation,
  482.               sysServices,
  483.               sysORLastChange, sysORID,
  484.               sysORUpTime, sysORDescr }
  485.     STATUS  current
  486.     DESCRIPTION
  487.             "The system group defines objects which are common to all
  488.             managed systems."
  489.     ::= { snmpMIBGroups 6 }
  490.  
  491. snmpBasicNotificationsGroup NOTIFICATION-GROUP
  492.     NOTIFICATIONS { coldStart, authenticationFailure }
  493.     STATUS        current
  494.     DESCRIPTION
  495.             "The two notifications which an SNMPv2 entity is required to
  496.             implement."
  497.     ::= { snmpMIBGroups 7 }
  498.  
  499. -- definitions in RFC 1213 made obsolete by the inclusion of a
  500. -- subset of the snmp group in this MIB
  501.  
  502. snmpOutPkts OBJECT-TYPE
  503.     SYNTAX      Counter32
  504.     MAX-ACCESS  read-only
  505.     STATUS      obsolete
  506.     DESCRIPTION
  507.             "The total number of SNMP Messages which were
  508.             passed from the SNMP protocol entity to the
  509.             transport service."
  510.     ::= { snmp 2 }
  511.  
  512. -- { snmp 7 } is not used
  513.  
  514. snmpInTooBigs OBJECT-TYPE
  515.     SYNTAX      Counter32
  516.     MAX-ACCESS  read-only
  517.     STATUS      obsolete
  518.     DESCRIPTION
  519.             "The total number of SNMP PDUs which were
  520.             delivered to the SNMP protocol entity and for
  521.             which the value of the error-status field is
  522.             `tooBig'."
  523.     ::= { snmp 8 }
  524.  
  525. snmpInNoSuchNames OBJECT-TYPE
  526.     SYNTAX      Counter32
  527.     MAX-ACCESS  read-only
  528.     STATUS      obsolete
  529.     DESCRIPTION
  530.             "The total number of SNMP PDUs which were
  531.             delivered to the SNMP protocol entity and for
  532.             which the value of the error-status field is
  533.             `noSuchName'."
  534.     ::= { snmp 9 }
  535.  
  536. snmpInBadValues OBJECT-TYPE
  537.     SYNTAX      Counter32
  538.     MAX-ACCESS  read-only
  539.     STATUS      obsolete
  540.     DESCRIPTION
  541.             "The total number of SNMP PDUs which were
  542.             delivered to the SNMP protocol entity and for
  543.             which the value of the error-status field is
  544.             `badValue'."
  545.     ::= { snmp 10 }
  546.  
  547. snmpInReadOnlys OBJECT-TYPE
  548.     SYNTAX      Counter32
  549.     MAX-ACCESS  read-only
  550.     STATUS      obsolete
  551.     DESCRIPTION
  552.             "The total number valid SNMP PDUs which were
  553.             delivered to the SNMP protocol entity and for
  554.             which the value of the error-status field is
  555.             `readOnly'.  It should be noted that it is a
  556.             protocol error to generate an SNMP PDU which
  557.             contains the value `readOnly' in the error-status
  558.             field, as such this object is provided as a means
  559.             of detecting incorrect implementations of the
  560.             SNMP."
  561.     ::= { snmp 11 }
  562.  
  563. snmpInGenErrs OBJECT-TYPE
  564.     SYNTAX      Counter32
  565.     MAX-ACCESS  read-only
  566.     STATUS      obsolete
  567.     DESCRIPTION
  568.             "The total number of SNMP PDUs which were
  569.             delivered to the SNMP protocol entity and for
  570.             which the value of the error-status field is
  571.             `genErr'."
  572.     ::= { snmp 12 }
  573.  
  574. snmpInTotalReqVars OBJECT-TYPE
  575.     SYNTAX      Counter32
  576.     MAX-ACCESS  read-only
  577.     STATUS      obsolete
  578.     DESCRIPTION
  579.             "The total number of MIB objects which have been
  580.             retrieved successfully by the SNMP protocol entity
  581.             as the result of receiving valid SNMP Get-Request
  582.             and Get-Next PDUs."
  583.     ::= { snmp 13 }
  584.  
  585. snmpInTotalSetVars OBJECT-TYPE
  586.     SYNTAX      Counter32
  587.     MAX-ACCESS  read-only
  588.     STATUS      obsolete
  589.     DESCRIPTION
  590.             "The total number of MIB objects which have been
  591.             altered successfully by the SNMP protocol entity
  592.             as the result of receiving valid SNMP Set-Request
  593.             PDUs."
  594.     ::= { snmp 14 }
  595.  
  596. snmpInGetRequests OBJECT-TYPE
  597.     SYNTAX      Counter32
  598.     MAX-ACCESS  read-only
  599.     STATUS      obsolete
  600.     DESCRIPTION
  601.             "The total number of SNMP Get-Request PDUs which
  602.             have been accepted and processed by the SNMP
  603.             protocol entity."
  604.     ::= { snmp 15 }
  605.  
  606. snmpInGetNexts OBJECT-TYPE
  607.     SYNTAX      Counter32
  608.     MAX-ACCESS  read-only
  609.     STATUS      obsolete
  610.     DESCRIPTION
  611.             "The total number of SNMP Get-Next PDUs which have
  612.             been accepted and processed by the SNMP protocol
  613.             entity."
  614.     ::= { snmp 16 }
  615.  
  616. snmpInSetRequests OBJECT-TYPE
  617.     SYNTAX      Counter32
  618.     MAX-ACCESS  read-only
  619.     STATUS      obsolete
  620.     DESCRIPTION
  621.             "The total number of SNMP Set-Request PDUs which
  622.             have been accepted and processed by the SNMP
  623.             protocol entity."
  624.     ::= { snmp 17 }
  625.  
  626. snmpInGetResponses OBJECT-TYPE
  627.     SYNTAX      Counter32
  628.     MAX-ACCESS  read-only
  629.     STATUS      obsolete
  630.     DESCRIPTION
  631.             "The total number of SNMP Get-Response PDUs which
  632.             have been accepted and processed by the SNMP
  633.             protocol entity."
  634.     ::= { snmp 18 }
  635.  
  636. snmpInTraps OBJECT-TYPE
  637.     SYNTAX      Counter32
  638.     MAX-ACCESS  read-only
  639.     STATUS      obsolete
  640.     DESCRIPTION
  641.             "The total number of SNMP Trap PDUs which have
  642.             been accepted and processed by the SNMP protocol
  643.             entity."
  644.     ::= { snmp 19 }
  645.  
  646. snmpOutTooBigs OBJECT-TYPE
  647.     SYNTAX      Counter32
  648.     MAX-ACCESS  read-only
  649.     STATUS      obsolete
  650.     DESCRIPTION
  651.             "The total number of SNMP PDUs which were
  652.             generated by the SNMP protocol entity and for
  653.             which the value of the error-status field is
  654.             `tooBig.'"
  655.     ::= { snmp 20 }
  656.  
  657. snmpOutNoSuchNames OBJECT-TYPE
  658.     SYNTAX      Counter32
  659.     MAX-ACCESS  read-only
  660.     STATUS      obsolete
  661.     DESCRIPTION
  662.             "The total number of SNMP PDUs which were
  663.             generated by the SNMP protocol entity and for
  664.             which the value of the error-status is
  665.             `noSuchName'."
  666.     ::= { snmp 21 }
  667.  
  668. snmpOutBadValues OBJECT-TYPE
  669.     SYNTAX      Counter32
  670.     MAX-ACCESS  read-only
  671.     STATUS      obsolete
  672.     DESCRIPTION
  673.             "The total number of SNMP PDUs which were
  674.             generated by the SNMP protocol entity and for
  675.             which the value of the error-status field is
  676.             `badValue'."
  677.     ::= { snmp 22 }
  678.  
  679. -- { snmp 23 } is not used
  680.  
  681. snmpOutGenErrs OBJECT-TYPE
  682.     SYNTAX      Counter32
  683.     MAX-ACCESS  read-only
  684.     STATUS      obsolete
  685.     DESCRIPTION
  686.             "The total number of SNMP PDUs which were
  687.             generated by the SNMP protocol entity and for
  688.             which the value of the error-status field is
  689.             `genErr'."
  690.     ::= { snmp 24 }
  691.  
  692. snmpOutGetRequests OBJECT-TYPE
  693.     SYNTAX      Counter32
  694.     MAX-ACCESS  read-only
  695.     STATUS      obsolete
  696.     DESCRIPTION
  697.             "The total number of SNMP Get-Request PDUs which
  698.             have been generated by the SNMP protocol entity."
  699.     ::= { snmp 25 }
  700.  
  701. snmpOutGetNexts OBJECT-TYPE
  702.     SYNTAX      Counter32
  703.     MAX-ACCESS  read-only
  704.     STATUS      obsolete
  705.     DESCRIPTION
  706.             "The total number of SNMP Get-Next PDUs which have
  707.             been generated by the SNMP protocol entity."
  708.     ::= { snmp 26 }
  709.  
  710. snmpOutSetRequests OBJECT-TYPE
  711.     SYNTAX      Counter32
  712.     MAX-ACCESS  read-only
  713.     STATUS      obsolete
  714.     DESCRIPTION
  715.             "The total number of SNMP Set-Request PDUs which
  716.             have been generated by the SNMP protocol entity."
  717.     ::= { snmp 27 }
  718.  
  719. snmpOutGetResponses OBJECT-TYPE
  720.     SYNTAX      Counter32
  721.     MAX-ACCESS  read-only
  722.     STATUS      obsolete
  723.     DESCRIPTION
  724.             "The total number of SNMP Get-Response PDUs which
  725.             have been generated by the SNMP protocol entity."
  726.     ::= { snmp 28 }
  727.  
  728. snmpOutTraps OBJECT-TYPE
  729.     SYNTAX      Counter32
  730.     MAX-ACCESS  read-only
  731.     STATUS      obsolete
  732.     DESCRIPTION
  733.             "The total number of SNMP Trap PDUs which have
  734.             been generated by the SNMP protocol entity."
  735.     ::= { snmp 29 }
  736.  
  737. snmpObsoleteGroup OBJECT-GROUP
  738.     OBJECTS { snmpOutPkts, snmpInTooBigs, snmpInNoSuchNames,
  739.               snmpInBadValues, snmpInReadOnlys, snmpInGenErrs,
  740.               snmpInTotalReqVars, snmpInTotalSetVars,
  741.               snmpInGetRequests, snmpInGetNexts, snmpInSetRequests,
  742.               snmpInGetResponses, snmpInTraps, snmpOutTooBigs,
  743.               snmpOutNoSuchNames, snmpOutBadValues, snmpOutGenErrs,
  744.               snmpOutGetRequests, snmpOutGetNexts, snmpOutSetRequests,
  745.               snmpOutGetResponses, snmpOutTraps }
  746.     STATUS  obsolete
  747.     DESCRIPTION
  748.             "A collection of objects from RFC 1213 made obsolete by this
  749.             MIB."
  750.     ::= { snmpMIBGroups 10 }
  751.  
  752. END
  753.